home *** CD-ROM | disk | FTP | other *** search
/ Birds of My State or Province 4.5 / eField Guide Viewer.iso / pc / Windows / CR115.cab / cedefault.css.0B3AD0A8_5253_4073_9718_01793E7A9773 < prev    next >
Encoding:
Text File  |  2002-11-21  |  1.7 KB  |  97 lines

  1. <!-- DEFAULT STYLE SETTINGS -->
  2.  
  3. BODY { 
  4.     font-family: Verdana, Arial, Helvetica, sans-serif;
  5.      font-size: 8pt; 
  6. }
  7.  
  8. .table { 
  9.     font-size: 8pt;
  10.     font-family: Verdana,Arial, Helvetica, sans-serif
  11. }
  12.  
  13. A:link { 
  14.     color: blue; 
  15.     font-family: Verdana,Arial, Helvetica, sans-serif; 
  16.     
  17. }
  18.  
  19. A:visited { 
  20.     color: blue; 
  21.  
  22. }
  23.  
  24. A:hover {color: red;}
  25.  
  26. .header { 
  27.     background: black;
  28.     color: white; 
  29.     font-size: 8pt; 
  30.     font-family: Verdana,Arial, Helvetica, sans-serif;
  31. }
  32. A.header:link { color: white; text-decoration:none; }
  33. A.header:visited { color: white; text-decoration:none; }
  34. A.largeheader:link { 
  35.     color: white;
  36.     font-size: 12pt;
  37.     text-decoration:none;
  38. }
  39. A.largeheader:visited {
  40.     color: white;
  41.     font-size:12pt;
  42.     text-decoration:none;
  43. }
  44. A.header:hover { color: red; text-decoration:none; }
  45.  
  46. .actions { 
  47.     background:#ffcc11;
  48.     /*background:gold;*/
  49.     color: black; 
  50.     font-size: 8pt; 
  51.     font-family: Verdana,Arial, Helvetica, sans-serif;
  52. }
  53.  
  54. .radio { 
  55.     /*background:gold;*/
  56.     background:#ffcc00;
  57. }
  58.  
  59. .results {
  60.     color: black; 
  61.     font-size: 8pt; 
  62.     font-family: Verdana,Arial, Helvetica, sans-serif;
  63. }
  64.  
  65. A.results:link { color: blue }
  66. A.results:visited { color: blue }
  67. A.results:hover { color: red;}
  68.  
  69.  
  70. .button {
  71.     font-size: 8pt; 
  72.     font-family: Verdana,Arial, Helvetica, sans-serif;
  73. }
  74.  
  75. .heading {
  76.     background: #ffff99;
  77.     font-size: 8pt; 
  78.     font-family: Verdana,Arial, Helvetica, sans-serif;
  79.     color: black;
  80. }
  81.  
  82. .footer { 
  83.     background: #cc9900;
  84.     color: black; 
  85.     font-size: 8pt; 
  86.     font-family: Verdana,Arial, Helvetica, sans-serif;
  87. }
  88.  
  89. .error {
  90.     color: red;
  91.     font-size: 9pt;
  92.     font-family: Verdana, Arial, Helvetica, sans-serif;
  93. }
  94.  
  95.  
  96.  
  97.